home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 603 / emacs / readme.gem < prev    next >
Text File  |  1992-04-07  |  3KB  |  62 lines

  1. GEM-MicorEMACS 3.11a-beta3 (Apr  7 1992)
  2. ========================================
  3.  
  4. features:
  5.  
  6. o It is possible to change the font in the current-screen.
  7.   Set $sres to <fontname>,<size>. (<fontname> and <size> must be seperated by a
  8.   comma.
  9. o The initial-font can be set in the command-line using the --font switch. For
  10.   example:
  11.   gemme --font 'monaco mono,10' test.c
  12.   sets the font to `Monaco Mono' with size 10 and loads the file test.c.
  13.   Please note that `monaco mono,10' must be quoted, because it contains a 
  14.   space. Please note also that GDOS must be installed in order to set 
  15.   alternative fonts.
  16.   This might be important because gemme calculates the maximal screen width/
  17.   height after the initial-font.
  18. o It is now (since beta3) possible to set the maximal heigth and length
  19.   of each screen with the --geometry switch. For example:
  20.   gemme --geometry 80x25
  21.   starts gemme with a screen of 80 columns and 25 lines (if it is
  22.   possible to display them all).
  23. o It is not possible to have a larger screen than at the beginning of a
  24.   session, e.g. if you switch to a smaller font it is not possible to have
  25.   a window which covers the full screen. Therefore I recommend to set the
  26.   font with the --font  and/or the maximal width/heigth with the
  27.   --geometry switch as described above.
  28. o It might be a good idea to define the following alias in your shell if
  29.   you have a large screen.   
  30.     alias gemme="gemme.prg '-i$pagelen' 25 '-i$curwidth' 80"
  31.   This shrinks the screen after starting gemme to 80x25. The difference to 
  32.   the --geometry-switch is the possibility in resizing the screen to the
  33.   initial (possibly larger) size.
  34. o The window-size can be changed as described in the original documentation
  35.   (also using the mouse). See file mouse.doc (taken from the
  36.   documentation of MircroEMACS 3.10). The following additional features
  37.   are availible:
  38.   o A MS1-event is generated if you press both mouse-buttons (bound to
  39.     mouse-resize-screen).
  40.   o A MS0-event is generated if you select the `About-GEM-MicroEMACS'-menu-title
  41.     (bound to about-MicroEMACS)
  42.  
  43. changes: 
  44. o the '-i$sres' command-line-switch is now replaced by the --font switch.
  45.   '-i$sres' now does exactly the same thing as it would if you
  46.   changed the $sres-variable with the set-command as first command.
  47. o The redrawing-concept has changed. MicroEMACS should now redraw a screen only
  48.   when neccesary.
  49. o The text-cursor should now always be at the right position.
  50. o If running with accessories or under MultiTOS, MicroEMACS should now 
  51.   interprets a click on one of its windows correctly.
  52.  
  53. bugs:
  54.  
  55. o The redrawing is not as fast as possible.
  56. o For each screen there is a new v_opnvwk()-call.
  57. o There might still be some bugs in screen-redrawing.
  58. o The type-ahead-feature of MicroEMACS is not yet working correctly with 
  59.   gemme. 
  60.  
  61. See readme.st for other features and bugs.
  62.